Cavern

 Cavern4D

 Cavernize

 Debug

 FilterInterfaces

 Filters

 Format

 Helpers

 QuickEQ

  EQCurves

  Equalization

  Band

  Band(double, double)

  CompareTo(Band)

  Frequency

  Gain

  operator -(Band, double)

  operator *(Band, double)

  operator +(Band, double)

  ToString()

  EQGenerator

  Equalizer

  PeakingEqualizer

  SignalGeneration

  Utilities

  IDisposable

  MeasurementImporter

  MeasurementImporterStatus

  NoisyChannel

  SpeakerSweeper

  VerboseImpulseResponse

  Window

  Windowing

 Remapping

 SpecialSources

 Spoofer

 Utilities

 Virtualizer

 Atmosphere

 AudioClip3D

 AudioListener3D

 AudioListener3DInspector

 AudioSource3D

 CavernizeRealtime

 Channel

 Clip

 Environments

 Jack

 Listener

 QualityModes

 Rolloffs

 SeatAdaptation

 Source

struct Band

A single equalizer band.
VisibilityPublic
ExtendsIComparable

Public functions

Constructor Band(double frequency, double gain)EQ band constructor.
int CompareTo(Band other) Compare bands by frequency.
string ToString() Band data as text.

Public static functions

Band operator -(Band band, double gain) Subtract gain in decibels from this band.
Band operator +(Band band, double gain) Add gain in decibels to this band.
Band operator *(Band band, double gain) Set gain for this band.

Public properties

double FrequencyPosition of the band.
double GainGain at Frequency in decibels.